From e46dd6eea63a11d0aaaeb7afa34e2bd025a03a53 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 25 Apr 2006 09:02:53 +0100 Subject: [PATCH] Add a return statement to the non-Xen version of skb_checksum_setup. Signed-off-by: Jan Beulich --- linux-2.6-xen-sparse/net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/net/core/dev.c b/linux-2.6-xen-sparse/net/core/dev.c index 492fb7c800..55870e1254 100644 --- a/linux-2.6-xen-sparse/net/core/dev.c +++ b/linux-2.6-xen-sparse/net/core/dev.c @@ -1253,7 +1253,7 @@ out: return -EPROTO; } #else -inline int skb_checksum_setup(struct sk_buff *skb) {} +inline int skb_checksum_setup(struct sk_buff *skb) { return 0; } #endif -- 2.30.2